You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QUERY: (SELECT unique1 AS random
FROM onek ORDER BY random() LIMIT 1)
INTERSECT
(SELECT unique1 AS random
FROM onek ORDER BY random() LIMIT 1)
INTERSECT
(SELECT unique1 AS random
FROM onek ORDER BY random() LIMIT 1);
RECEIVED ERROR: expected row count 0 but received 1
Footnotes
These are tests that we're marking as Successful, however they do not match the expected output in some way. This is due to small differences, such as different wording on the error messages, or the column names being incorrect while the data itself is correct. ↩
Coverage focuses on release identity, startup and retry behavior, basic query availability, and consistency of data across fresh, restarted, disk-backed, in-memory, and upgraded environments. It includes both normal operation and recovery/upgrade scenarios, with healthy behavior observed throughout.
Safe to merge — the exercised startup, version-reporting, persistence, upgrade, and recovery behaviors all passed with no PR-attributable regressions or unresolved failures. No merge-blocking risk was identified.
Tests run by Ito
Result
Severity
Type
Description
✅
—
Release
The built server artifact reports Doltgres version 0.57.3, and the clean server reports its PostgreSQL identity without retaining the old 0.57.1 value.
✅
—
Release
The new server opened data created by version 0.57.1 and returned the existing row after the upgrade. The earlier setup problem was resolved by using the published prior-release artifact, so no compatibility failure was found.
✅
—
Release
The upgraded server opened the older data directory, returned the saved row, and reported the current Doltgres release as 0.57.3 in the same session.
✅
—
Runtime
The running server's Dolt version function returned exactly 0.57.3.
✅
—
Runtime
The in-memory server started successfully, completed a query, and showed 0.57.3 for both the environment and SQL service.
✅
—
Runtime
The server restarted with the existing database intact. The saved row was still present, and the version query returned 0.57.3.
✅
—
Runtime
The disk-backed and in-memory servers both reported release 0.57.3 and accepted a basic query.
✅
—
Startup
A fresh server started with an empty data directory, created the default database, accepted the default login, and stayed available for later queries. A test row was written and read back successfully.
✅
—
Startup
The first startup stopped safely before opening a port. After the forced failure was removed, the server reused the same data directory, created the default database, accepted SQL queries, and kept one healthy listener.
Tip
Reply with @itoqa to send us feedback on this test run.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by the Release workflow to update DoltgreSQL's version